internal/concurrent.HashTrieMap.seed (field)

6 uses

	internal/concurrent (current package)
		hashtriemap.go#L25: 	seed     uintptr
		hashtriemap.go#L37: 		seed:     uintptr(rand.Uint64()),
		hashtriemap.go#L49: 	hash := ht.keyHash(abi.NoEscape(unsafe.Pointer(&key)), ht.seed)
		hashtriemap.go#L72: 	hash := ht.keyHash(abi.NoEscape(unsafe.Pointer(&key)), ht.seed)
		hashtriemap.go#L151: 	oldHash := ht.keyHash(unsafe.Pointer(&oldEntry.key), ht.seed)
		hashtriemap.go#L185: 	hash := ht.keyHash(abi.NoEscape(unsafe.Pointer(&key)), ht.seed)